[INFO] cloning repository https://github.com/cea-sec/openwec
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cea-sec/openwec" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcea-sec%2Fopenwec", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcea-sec%2Fopenwec'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a41b95f18c97c1a9ea14512401620ece64860016
[INFO] fixing cea-sec/openwec against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcea-sec%2Fopenwec" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cea-sec/openwec
[INFO] finished tweaking git repo https://github.com/cea-sec/openwec
[INFO] tweaked toml for git repo https://github.com/cea-sec/openwec written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cea-sec/openwec on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cea-sec/openwec already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d349199fe52f7a4526cb8670d24baf6de39c7fa92fe90dfa655293925b026bac
[INFO] running `Command { std: "docker" "start" "d349199fe52f7a4526cb8670d24baf6de39c7fa92fe90dfa655293925b026bac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d349199fe52f7a4526cb8670d24baf6de39c7fa92fe90dfa655293925b026bac" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d349199fe52f7a4526cb8670d24baf6de39c7fa92fe90dfa655293925b026bac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d349199fe52f7a4526cb8670d24baf6de39c7fa92fe90dfa655293925b026bac" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating common/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating server/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating cli/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling cc v1.2.41
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling regex-syntax v0.8.7
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking indexmap v2.11.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]    Compiling regex-automata v0.4.12
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]    Compiling aws-lc-sys v0.32.2
[INFO] [stderr]     Checking phf_shared v0.13.1
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking postgres-protocol v0.6.9
[INFO] [stderr]    Compiling libsqlite3-sys v0.25.2
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking postgres-types v0.2.11
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]    Compiling os_pipe v1.2.2
[INFO] [stderr]     Checking whoami v1.6.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling tokio-openssl v0.6.5
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]    Compiling sigchld v0.2.4
[INFO] [stderr]    Compiling regex v1.12.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]    Compiling aws-lc-rs v1.14.1
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking retain_mut v0.1.9
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]    Compiling shared_child v1.1.1
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking deadpool-sync v0.1.4
[INFO] [stderr]     Checking deadpool v0.9.5
[INFO] [stderr]     Checking deadpool v0.12.3
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling duct v0.13.7
[INFO] [stderr]     Checking tokio-postgres v0.7.15
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]     Checking rusqlite v0.28.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]     Checking deadpool-postgres v0.14.1
[INFO] [stderr]     Checking deadpool-sqlite v0.5.0
[INFO] [stderr]     Checking postgres-openssl v0.5.2
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking clap_builder v4.5.48
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]     Checking deranged v0.5.4
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]    Compiling sasl2-sys v0.1.22+2.1.28
[INFO] [stderr]    Compiling lz4-sys v1.11.1+lz4-1.10.0
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling rustls v0.23.32
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking clap v4.5.48
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking common v0.3.0 (/opt/rustwide/workdir/common)
[INFO] [stderr]    Migrating common/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking roxmltree v0.20.0
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking asn1-rs v0.7.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.4
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling rdkafka-sys v4.9.0+2.10.0
[INFO] [stderr]     Checking destructure_traitobject v0.2.0
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking hyper-util v0.1.17
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking unsafe-any-ors v1.0.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num_enum v0.7.4
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]     Checking metrics v0.24.2
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking rand_xoshiro v0.7.0
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking sketches-ddsketch v0.3.0
[INFO] [stderr]    Compiling libgssapi-sys v0.3.3
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]     Checking miette v7.6.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking metrics-util v0.19.1
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking typemap-ors v1.0.0
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking thread-id v5.0.0
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking mock_instant v0.6.0
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking log-mdc v0.1.0
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking log4rs v1.4.0
[INFO] [stderr]     Checking x509-parser v0.17.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking libgssapi v0.7.2
[INFO] [stderr]     Checking leon v3.0.2
[INFO] [stderr]     Checking ppp v2.3.0
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking quick-xml v0.36.2
[INFO] [stderr]     Checking bitreader v0.3.11
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking xmlparser v0.13.6
[INFO] [stderr]     Checking buf-read-ext v0.4.0
[INFO] [stderr]     Checking sdd v3.0.10
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking scc v2.4.0
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> common/src/database/sqlite.rs:947:14
[INFO] [stdout]     |
[INFO] [stdout] 229 | #[async_trait]
[INFO] [stdout]     |              - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 903 |         let client = self.pool.get().await?;
[INFO] [stdout]     |             ------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `client` calls a custom destructor
[INFO] [stdout]     |             `client` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 947 |             .await
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |              up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/deadpool-0.9.5/src/managed/mod.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<M: Manager> Drop for Object<M> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed common/src/database/schema/mod.rs (2 fixes)
[INFO] [stderr]     Checking cli v0.3.0 (/opt/rustwide/workdir/cli)
[INFO] [stderr]    Migrating cli/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking redis v0.25.4
[INFO] [stderr]     Checking serial_test v3.2.0
[INFO] [stderr]    Migrating cli/src/main.rs from 2021 edition to 2024
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]        Fixed cli/src/main.rs (1 fix)
[INFO] [stderr]     Checking rustls-webpki v0.103.7
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> common/src/database/sqlite.rs:947:14
[INFO] [stdout]     |
[INFO] [stdout] 229 | #[async_trait]
[INFO] [stdout]     |              - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 903 |         let client = self.pool.get().await?;
[INFO] [stdout]     |             ------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `client` calls a custom destructor
[INFO] [stdout]     |             `client` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 947 |             .await
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |              up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `client` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/deadpool-0.9.5/src/managed/mod.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<M: Manager> Drop for Object<M> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking metrics-exporter-prometheus v0.16.2
[INFO] [stderr]     Checking rdkafka v0.37.0
[INFO] [stderr]     Checking server v0.3.0 (/opt/rustwide/workdir/server)
[INFO] [stderr]    Migrating server/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed server/src/lib.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/drivers/tcp.rs:67:56
[INFO] [stdout]     |
[INFO] [stdout]  61 |         let connector = TlsConnector::from(Arc::new(tls_config));
[INFO] [stdout]     |             ---------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `connector` calls a custom destructor
[INFO] [stdout]     |             `connector` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  67 |         Ok(Box::pin(connector.connect(dnsname, stream).await?))
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout]     |                                                        |
[INFO] [stdout]     |                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  68 |     } else {
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.32/src/crypto/tls13.rs:248:1
[INFO] [stdout]     |
[INFO] [stdout] 248 | impl Drop for OkmBlock {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `connector` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/kerberos.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 154 |           let mut state = cloned_conn_state.lock().unwrap();
[INFO] [stdout]     |               ---------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `state` calls a custom destructor
[INFO] [stdout]     |               `state` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 164 |           match server_ctx
[INFO] [stdout]     |  _______________^
[INFO] [stdout] 165 | |             .step(&token)
[INFO] [stdout] 166 | |             .context("Failed to perform Kerberos operation")?
[INFO] [stdout]     | |                                                             ^
[INFO] [stdout]     | |                                                             |
[INFO] [stdout]     | |                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |_____________________________________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                                               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 200 |       })
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libgssapi-0.7.2/src/util.rs:275:1
[INFO] [stdout]     |
[INFO] [stdout] 275 | impl Drop for Buf {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libgssapi-0.7.2/src/util.rs:275:1
[INFO] [stdout]     |
[INFO] [stdout] 275 | impl Drop for Buf {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `state` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/logic.rs:592:31
[INFO] [stdout]     |
[INFO] [stdout] 592 |           while let Some(res) = handles.join_next().await {
[INFO] [stdout]     |                          ---    ^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                          |      |                   |
[INFO] [stdout]     |                          |      |                   this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                          |      |                   up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                          |      |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          |      |                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                          |      this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                          |      up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                          |      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                          |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                          `res` calls a custom destructor
[INFO] [stdout]     |                          `res` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 595 |                   Ok(Err(err)) => {
[INFO] [stdout]     |                          ---
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          `err` calls a custom destructor
[INFO] [stdout]     |                          `err` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 598 | /                     counter!(OUTPUT_DRIVER_FAILURES,
[INFO] [stdout] 599 | |                         SUBSCRIPTION_NAME => subscription.data().name().to_owned(),
[INFO] [stdout] 600 | |                         SUBSCRIPTION_UUID => subscription.uuid_string(),
[INFO] [stdout] 601 | |                         OUTPUT_DRIVER => err.driver.clone())
[INFO] [stdout]     | |                                                            -
[INFO] [stdout]     | |                                                            |
[INFO] [stdout]     | |                                                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |____________________________________________________________`metric_key` calls a custom destructor
[INFO] [stdout]     |                                                              `metric_key` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 604 |                   Err(err) => {
[INFO] [stdout]     |                       ---
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 607 | /                     counter!(OUTPUT_DRIVER_FAILURES,
[INFO] [stdout] 608 | |                         SUBSCRIPTION_NAME => subscription.data().name().to_owned(),
[INFO] [stdout] 609 | |                         SUBSCRIPTION_UUID => subscription.uuid_string(),
[INFO] [stdout] 610 | |                         OUTPUT_DRIVER => "Unknown")
[INFO] [stdout]     | |                                                   -
[INFO] [stdout]     | |___________________________________________________|
[INFO] [stdout]     | |___________________________________________________this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |___________________________________________________`#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |___________________________________________________this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                                     `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 614 | |         }
[INFO] [stdout]     | |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `res` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `res` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `metric_key` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/metrics-0.24.2/src/cow.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | / impl<T> Drop for Cow<'_, T>
[INFO] [stdout] 245 | | where
[INFO] [stdout] 246 | |     T: Cowable + ?Sized,
[INFO] [stdout]     | |________________________^
[INFO] [stdout] note: `metric_key` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/metrics-0.24.2/src/cow.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | / impl<T> Drop for Cow<'_, T>
[INFO] [stdout] 245 | | where
[INFO] [stdout] 246 | |     T: Cowable + ?Sized,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/metrics-0.24.2/src/cow.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | / impl<T> Drop for Cow<'_, T>
[INFO] [stdout] 245 | | where
[INFO] [stdout] 246 | |     T: Cowable + ?Sized,
[INFO] [stdout]     | |________________________^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/metrics-0.24.2/src/cow.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | / impl<T> Drop for Cow<'_, T>
[INFO] [stdout] 245 | | where
[INFO] [stdout] 246 | |     T: Cowable + ?Sized,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/subscription.rs:117:33
[INFO] [stdout]     |
[INFO] [stdout] 113 | /         tokio::select! {
[INFO] [stdout] 114 | |             // First tick happens instantly
[INFO] [stdout] 115 | |             _ = reload.tick() => {
[INFO] [stdout] 116 | |                 debug!("Update subscriptions from db (interval tick)");
[INFO] [stdout] 117 | |                 if let Err(e) = reload_subscriptions(db.clone(), subscriptions.clone(), &mut context, true).await {
[INFO] [stdout]     | |                            -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                            |    |                                                                           |
[INFO] [stdout]     | |                            |    |                                                                           this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                            |    |                                                                           up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                            |    |                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                            |    |                                                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            |    this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                            |    up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                            |    `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                            |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            `e` calls a custom destructor
[INFO] [stdout]     | |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |                 if let Err(e) = context.garbage_collect(&outputs_settings) {
[INFO] [stdout]     | |                            -
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 131 | |                 if let Err(e) = reload_subscriptions(db.clone(), subscriptions.clone(), &mut context, false).await {
[INFO] [stdout]     | |                            -    ----------------------------------------------------------------------------------
[INFO] [stdout]     | |                            |    |                                                                            |
[INFO] [stdout]     | |                            |    |                                                                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                            |    |                                                                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            |    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                            |    `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |         }
[INFO] [stdout]     | |         -
[INFO] [stdout]     | |         |
[INFO] [stdout]     | |         `futures_init` calls a custom destructor
[INFO] [stdout]     | |         `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]     | |         `futures` calls a custom destructor
[INFO] [stdout]     | |_________`futures` will be dropped later as of Edition 2024
[INFO] [stdout]     |           now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/subscription.rs:124:33
[INFO] [stdout]     |
[INFO] [stdout] 113 | /         tokio::select! {
[INFO] [stdout] 114 | |             // First tick happens instantly
[INFO] [stdout] 115 | |             _ = reload.tick() => {
[INFO] [stdout] 116 | |                 debug!("Update subscriptions from db (interval tick)");
[INFO] [stdout] 117 | |                 if let Err(e) = reload_subscriptions(db.clone(), subscriptions.clone(), &mut context, true).await {
[INFO] [stdout]     | |                            -    ---------------------------------------------------------------------------------
[INFO] [stdout]     | |                            |    |                                                                           |
[INFO] [stdout]     | |                            |    |                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                            |    |                                                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            |    `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                            |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            `e` calls a custom destructor
[INFO] [stdout]     | |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |                 if let Err(e) = context.garbage_collect(&outputs_settings) {
[INFO] [stdout]     | |                            -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     | |                            |    |
[INFO] [stdout]     | |                            |    this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                            |    up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 131 | |                 if let Err(e) = reload_subscriptions(db.clone(), subscriptions.clone(), &mut context, false).await {
[INFO] [stdout]     | |                            -    ----------------------------------------------------------------------------------
[INFO] [stdout]     | |                            |    |                                                                            |
[INFO] [stdout]     | |                            |    |                                                                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                            |    |                                                                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            |    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                            |    `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |         }
[INFO] [stdout]     | |         -
[INFO] [stdout]     | |         |
[INFO] [stdout]     | |         `futures_init` calls a custom destructor
[INFO] [stdout]     | |         `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]     | |         `futures` calls a custom destructor
[INFO] [stdout]     | |_________`futures` will be dropped later as of Edition 2024
[INFO] [stdout]     |           now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/subscription.rs:131:33
[INFO] [stdout]     |
[INFO] [stdout] 113 | /         tokio::select! {
[INFO] [stdout] 114 | |             // First tick happens instantly
[INFO] [stdout] 115 | |             _ = reload.tick() => {
[INFO] [stdout] 116 | |                 debug!("Update subscriptions from db (interval tick)");
[INFO] [stdout] 117 | |                 if let Err(e) = reload_subscriptions(db.clone(), subscriptions.clone(), &mut context, true).await {
[INFO] [stdout]     | |                            -    ---------------------------------------------------------------------------------
[INFO] [stdout]     | |                            |    |                                                                           |
[INFO] [stdout]     | |                            |    |                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                            |    |                                                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            |    `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                            |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            `e` calls a custom destructor
[INFO] [stdout]     | |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |                 if let Err(e) = context.garbage_collect(&outputs_settings) {
[INFO] [stdout]     | |                            -
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 131 | |                 if let Err(e) = reload_subscriptions(db.clone(), subscriptions.clone(), &mut context, false).await {
[INFO] [stdout]     | |                            -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                            |    |                                                                            |
[INFO] [stdout]     | |                            |    |                                                                            this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                            |    |                                                                            up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                            |    |                                                                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                            |    |                                                                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            |    this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                            |    up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                            |    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                            |    `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |         }
[INFO] [stdout]     | |         -
[INFO] [stdout]     | |         |
[INFO] [stdout]     | |         `futures_init` calls a custom destructor
[INFO] [stdout]     | |         `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]     | |         `futures` calls a custom destructor
[INFO] [stdout]     | |_________`futures` will be dropped later as of Edition 2024
[INFO] [stdout]     |           now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/lib.rs:232:78
[INFO] [stdout]     |
[INFO] [stdout] 216 |             let http_request_body_real_size_bytes_counter = match monitoring {
[INFO] [stdout]     |                 -----------------------------------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `http_request_body_real_size_bytes_counter` calls a custom destructor
[INFO] [stdout]     |                 `http_request_body_real_size_bytes_counter` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 232 |             tokio::task::spawn_blocking(|| Ok(Some(decode_utf16le(bytes)?))).await?
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout]     |                                                                              |
[INFO] [stdout]     |                                                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                              up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 233 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/task/join.rs:351:1
[INFO] [stdout]     |
[INFO] [stdout] 351 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `http_request_body_real_size_bytes_counter` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> server/src/lib.rs:1299:21
[INFO] [stdout]      |
[INFO] [stdout] 1150 |     let db: Db = db_from_settings(&settings)
[INFO] [stdout]      |         --
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `db` calls a custom destructor
[INFO] [stdout]      |         `db` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1161 |     let subscriptions = Arc::new(RwLock::new(HashMap::new()));
[INFO] [stdout]      |         -------------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `subscriptions` calls a custom destructor
[INFO] [stdout]      |         `subscriptions` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1192 |     let (heartbeat_tx, heartbeat_rx) =
[INFO] [stdout]      |          ------------
[INFO] [stdout]      |          |
[INFO] [stdout]      |          `heartbeat_tx` calls a custom destructor
[INFO] [stdout]      |          `heartbeat_tx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1197 |     let heartbeat_ct = CancellationToken::new();
[INFO] [stdout]      |         ------------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `heartbeat_ct` calls a custom destructor
[INFO] [stdout]      |         `heartbeat_ct` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1299 |     if let Err(e) = heartbeat_task.await {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                     |              |
[INFO] [stdout]      |                     |              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                     |              up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1302 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/task/join.rs:351:1
[INFO] [stdout]      |
[INFO] [stdout]  351 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `db` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `subscriptions` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `heartbeat_tx` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `heartbeat_ct` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.16/src/sync/cancellation_token.rs:125:1
[INFO] [stdout]      |
[INFO] [stdout]  125 | impl Drop for CancellationToken {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> server/src/lib.rs:1299:36
[INFO] [stdout]      |
[INFO] [stdout] 1150 |     let db: Db = db_from_settings(&settings)
[INFO] [stdout]      |         --
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `db` calls a custom destructor
[INFO] [stdout]      |         `db` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1161 |     let subscriptions = Arc::new(RwLock::new(HashMap::new()));
[INFO] [stdout]      |         -------------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `subscriptions` calls a custom destructor
[INFO] [stdout]      |         `subscriptions` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1192 |     let (heartbeat_tx, heartbeat_rx) =
[INFO] [stdout]      |          ------------
[INFO] [stdout]      |          |
[INFO] [stdout]      |          `heartbeat_tx` calls a custom destructor
[INFO] [stdout]      |          `heartbeat_tx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1197 |     let heartbeat_ct = CancellationToken::new();
[INFO] [stdout]      |         ------------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `heartbeat_ct` calls a custom destructor
[INFO] [stdout]      |         `heartbeat_ct` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1299 |     if let Err(e) = heartbeat_task.await {
[INFO] [stdout]      |                                    ^^^^^
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1302 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/task/join.rs:351:1
[INFO] [stdout]      |
[INFO] [stdout]  351 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `db` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `subscriptions` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `heartbeat_tx` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `heartbeat_ct` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.16/src/sync/cancellation_token.rs:125:1
[INFO] [stdout]      |
[INFO] [stdout]  125 | impl Drop for CancellationToken {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/drivers/files.rs:161:15
[INFO] [stdout]     |
[INFO] [stdout] 161 |         match rx.recv() {
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 162 |             Ok(WriteFilesMessage::Write(message)) => {
[INFO] [stdout]     |                                         -------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         `message` calls a custom destructor
[INFO] [stdout]     |                                         `message` will be dropped later as of Edition 2024
[INFO] [stdout] 163 |                 let result = handle_message(&mut file_handles, &message);
[INFO] [stdout] 164 |                 if let Err(e) = message.resp.send(result) {
[INFO] [stdout]     |                            -
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `e` calls a custom destructor
[INFO] [stdout]     |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 188 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `message` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/drivers/tcp.rs:67:56
[INFO] [stdout]     |
[INFO] [stdout]  61 |         let connector = TlsConnector::from(Arc::new(tls_config));
[INFO] [stdout]     |             ---------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `connector` calls a custom destructor
[INFO] [stdout]     |             `connector` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  67 |         Ok(Box::pin(connector.connect(dnsname, stream).await?))
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout]     |                                                        |
[INFO] [stdout]     |                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  68 |     } else {
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/io/poll_evented.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.32/src/crypto/tls13.rs:248:1
[INFO] [stdout]     |
[INFO] [stdout] 248 | impl Drop for OkmBlock {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `connector` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/kerberos.rs:164:15
[INFO] [stdout]     |
[INFO] [stdout] 154 |           let mut state = cloned_conn_state.lock().unwrap();
[INFO] [stdout]     |               ---------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               `state` calls a custom destructor
[INFO] [stdout]     |               `state` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 164 |           match server_ctx
[INFO] [stdout]     |  _______________^
[INFO] [stdout] 165 | |             .step(&token)
[INFO] [stdout] 166 | |             .context("Failed to perform Kerberos operation")?
[INFO] [stdout]     | |                                                             ^
[INFO] [stdout]     | |                                                             |
[INFO] [stdout]     | |                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |_____________________________________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                                               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 200 |       })
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libgssapi-0.7.2/src/util.rs:275:1
[INFO] [stdout]     |
[INFO] [stdout] 275 | impl Drop for Buf {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libgssapi-0.7.2/src/util.rs:275:1
[INFO] [stdout]     |
[INFO] [stdout] 275 | impl Drop for Buf {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `state` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/logic.rs:592:31
[INFO] [stdout]     |
[INFO] [stdout] 592 |           while let Some(res) = handles.join_next().await {
[INFO] [stdout]     |                          ---    ^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                          |      |                   |
[INFO] [stdout]     |                          |      |                   this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                          |      |                   up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                          |      |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          |      |                   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                          |      this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                          |      up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                          |      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                          |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                          `res` calls a custom destructor
[INFO] [stdout]     |                          `res` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 595 |                   Ok(Err(err)) => {
[INFO] [stdout]     |                          ---
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          `err` calls a custom destructor
[INFO] [stdout]     |                          `err` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 598 | /                     counter!(OUTPUT_DRIVER_FAILURES,
[INFO] [stdout] 599 | |                         SUBSCRIPTION_NAME => subscription.data().name().to_owned(),
[INFO] [stdout] 600 | |                         SUBSCRIPTION_UUID => subscription.uuid_string(),
[INFO] [stdout] 601 | |                         OUTPUT_DRIVER => err.driver.clone())
[INFO] [stdout]     | |                                                            -
[INFO] [stdout]     | |                                                            |
[INFO] [stdout]     | |                                                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |____________________________________________________________`metric_key` calls a custom destructor
[INFO] [stdout]     |                                                              `metric_key` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 604 |                   Err(err) => {
[INFO] [stdout]     |                       ---
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 607 | /                     counter!(OUTPUT_DRIVER_FAILURES,
[INFO] [stdout] 608 | |                         SUBSCRIPTION_NAME => subscription.data().name().to_owned(),
[INFO] [stdout] 609 | |                         SUBSCRIPTION_UUID => subscription.uuid_string(),
[INFO] [stdout] 610 | |                         OUTPUT_DRIVER => "Unknown")
[INFO] [stdout]     | |                                                   -
[INFO] [stdout]     | |___________________________________________________|
[INFO] [stdout]     | |___________________________________________________this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |___________________________________________________`#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |___________________________________________________this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                                     `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 614 | |         }
[INFO] [stdout]     | |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `res` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `res` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `metric_key` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/metrics-0.24.2/src/cow.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | / impl<T> Drop for Cow<'_, T>
[INFO] [stdout] 245 | | where
[INFO] [stdout] 246 | |     T: Cowable + ?Sized,
[INFO] [stdout]     | |________________________^
[INFO] [stdout] note: `metric_key` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/metrics-0.24.2/src/cow.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | / impl<T> Drop for Cow<'_, T>
[INFO] [stdout] 245 | | where
[INFO] [stdout] 246 | |     T: Cowable + ?Sized,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/metrics-0.24.2/src/cow.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | / impl<T> Drop for Cow<'_, T>
[INFO] [stdout] 245 | | where
[INFO] [stdout] 246 | |     T: Cowable + ?Sized,
[INFO] [stdout]     | |________________________^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/metrics-0.24.2/src/cow.rs:244:1
[INFO] [stdout]     |
[INFO] [stdout] 244 | / impl<T> Drop for Cow<'_, T>
[INFO] [stdout] 245 | | where
[INFO] [stdout] 246 | |     T: Cowable + ?Sized,
[INFO] [stdout]     | |________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/subscription.rs:117:33
[INFO] [stdout]     |
[INFO] [stdout] 113 | /         tokio::select! {
[INFO] [stdout] 114 | |             // First tick happens instantly
[INFO] [stdout] 115 | |             _ = reload.tick() => {
[INFO] [stdout] 116 | |                 debug!("Update subscriptions from db (interval tick)");
[INFO] [stdout] 117 | |                 if let Err(e) = reload_subscriptions(db.clone(), subscriptions.clone(), &mut context, true).await {
[INFO] [stdout]     | |                            -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                            |    |                                                                           |
[INFO] [stdout]     | |                            |    |                                                                           this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                            |    |                                                                           up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                            |    |                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                            |    |                                                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            |    this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                            |    up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                            |    `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                            |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            `e` calls a custom destructor
[INFO] [stdout]     | |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |                 if let Err(e) = context.garbage_collect(&outputs_settings) {
[INFO] [stdout]     | |                            -
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 131 | |                 if let Err(e) = reload_subscriptions(db.clone(), subscriptions.clone(), &mut context, false).await {
[INFO] [stdout]     | |                            -    ----------------------------------------------------------------------------------
[INFO] [stdout]     | |                            |    |                                                                            |
[INFO] [stdout]     | |                            |    |                                                                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                            |    |                                                                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            |    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                            |    `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |         }
[INFO] [stdout]     | |         -
[INFO] [stdout]     | |         |
[INFO] [stdout]     | |         `futures_init` calls a custom destructor
[INFO] [stdout]     | |         `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]     | |         `futures` calls a custom destructor
[INFO] [stdout]     | |_________`futures` will be dropped later as of Edition 2024
[INFO] [stdout]     |           now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/subscription.rs:124:33
[INFO] [stdout]     |
[INFO] [stdout] 113 | /         tokio::select! {
[INFO] [stdout] 114 | |             // First tick happens instantly
[INFO] [stdout] 115 | |             _ = reload.tick() => {
[INFO] [stdout] 116 | |                 debug!("Update subscriptions from db (interval tick)");
[INFO] [stdout] 117 | |                 if let Err(e) = reload_subscriptions(db.clone(), subscriptions.clone(), &mut context, true).await {
[INFO] [stdout]     | |                            -    ---------------------------------------------------------------------------------
[INFO] [stdout]     | |                            |    |                                                                           |
[INFO] [stdout]     | |                            |    |                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                            |    |                                                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            |    `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                            |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            `e` calls a custom destructor
[INFO] [stdout]     | |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |                 if let Err(e) = context.garbage_collect(&outputs_settings) {
[INFO] [stdout]     | |                            -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     | |                            |    |
[INFO] [stdout]     | |                            |    this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                            |    up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 131 | |                 if let Err(e) = reload_subscriptions(db.clone(), subscriptions.clone(), &mut context, false).await {
[INFO] [stdout]     | |                            -    ----------------------------------------------------------------------------------
[INFO] [stdout]     | |                            |    |                                                                            |
[INFO] [stdout]     | |                            |    |                                                                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                            |    |                                                                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            |    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                            |    `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |         }
[INFO] [stdout]     | |         -
[INFO] [stdout]     | |         |
[INFO] [stdout]     | |         `futures_init` calls a custom destructor
[INFO] [stdout]     | |         `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]     | |         `futures` calls a custom destructor
[INFO] [stdout]     | |_________`futures` will be dropped later as of Edition 2024
[INFO] [stdout]     |           now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/subscription.rs:131:33
[INFO] [stdout]     |
[INFO] [stdout] 113 | /         tokio::select! {
[INFO] [stdout] 114 | |             // First tick happens instantly
[INFO] [stdout] 115 | |             _ = reload.tick() => {
[INFO] [stdout] 116 | |                 debug!("Update subscriptions from db (interval tick)");
[INFO] [stdout] 117 | |                 if let Err(e) = reload_subscriptions(db.clone(), subscriptions.clone(), &mut context, true).await {
[INFO] [stdout]     | |                            -    ---------------------------------------------------------------------------------
[INFO] [stdout]     | |                            |    |                                                                           |
[INFO] [stdout]     | |                            |    |                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                            |    |                                                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            |    `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                            |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            `e` calls a custom destructor
[INFO] [stdout]     | |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |                 if let Err(e) = context.garbage_collect(&outputs_settings) {
[INFO] [stdout]     | |                            -
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                            `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 131 | |                 if let Err(e) = reload_subscriptions(db.clone(), subscriptions.clone(), &mut context, false).await {
[INFO] [stdout]     | |                            -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                            |    |                                                                            |
[INFO] [stdout]     | |                            |    |                                                                            this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                            |    |                                                                            up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                            |    |                                                                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                            |    |                                                                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            |    this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                            |    up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                            |    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                            |    `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                            `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 136 | |         }
[INFO] [stdout]     | |         -
[INFO] [stdout]     | |         |
[INFO] [stdout]     | |         `futures_init` calls a custom destructor
[INFO] [stdout]     | |         `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]     | |         `futures` calls a custom destructor
[INFO] [stdout]     | |_________`futures` will be dropped later as of Edition 2024
[INFO] [stdout]     |           now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/lib.rs:232:78
[INFO] [stdout]     |
[INFO] [stdout] 216 |             let http_request_body_real_size_bytes_counter = match monitoring {
[INFO] [stdout]     |                 -----------------------------------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `http_request_body_real_size_bytes_counter` calls a custom destructor
[INFO] [stdout]     |                 `http_request_body_real_size_bytes_counter` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 232 |             tokio::task::spawn_blocking(|| Ok(Some(decode_utf16le(bytes)?))).await?
[INFO] [stdout]     |                                                                              ^^^^^
[INFO] [stdout]     |                                                                              |
[INFO] [stdout]     |                                                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                              up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 233 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/task/join.rs:351:1
[INFO] [stdout]     |
[INFO] [stdout] 351 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `http_request_body_real_size_bytes_counter` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> server/src/lib.rs:1299:21
[INFO] [stdout]      |
[INFO] [stdout] 1150 |     let db: Db = db_from_settings(&settings)
[INFO] [stdout]      |         --
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `db` calls a custom destructor
[INFO] [stdout]      |         `db` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1161 |     let subscriptions = Arc::new(RwLock::new(HashMap::new()));
[INFO] [stdout]      |         -------------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `subscriptions` calls a custom destructor
[INFO] [stdout]      |         `subscriptions` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1192 |     let (heartbeat_tx, heartbeat_rx) =
[INFO] [stdout]      |          ------------
[INFO] [stdout]      |          |
[INFO] [stdout]      |          `heartbeat_tx` calls a custom destructor
[INFO] [stdout]      |          `heartbeat_tx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1197 |     let heartbeat_ct = CancellationToken::new();
[INFO] [stdout]      |         ------------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `heartbeat_ct` calls a custom destructor
[INFO] [stdout]      |         `heartbeat_ct` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1299 |     if let Err(e) = heartbeat_task.await {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                     |              |
[INFO] [stdout]      |                     |              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                     |              up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1302 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/task/join.rs:351:1
[INFO] [stdout]      |
[INFO] [stdout]  351 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `db` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `subscriptions` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `heartbeat_tx` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `heartbeat_ct` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.16/src/sync/cancellation_token.rs:125:1
[INFO] [stdout]      |
[INFO] [stdout]  125 | impl Drop for CancellationToken {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> server/src/lib.rs:1299:36
[INFO] [stdout]      |
[INFO] [stdout] 1150 |     let db: Db = db_from_settings(&settings)
[INFO] [stdout]      |         --
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `db` calls a custom destructor
[INFO] [stdout]      |         `db` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1161 |     let subscriptions = Arc::new(RwLock::new(HashMap::new()));
[INFO] [stdout]      |         -------------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `subscriptions` calls a custom destructor
[INFO] [stdout]      |         `subscriptions` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1192 |     let (heartbeat_tx, heartbeat_rx) =
[INFO] [stdout]      |          ------------
[INFO] [stdout]      |          |
[INFO] [stdout]      |          `heartbeat_tx` calls a custom destructor
[INFO] [stdout]      |          `heartbeat_tx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1197 |     let heartbeat_ct = CancellationToken::new();
[INFO] [stdout]      |         ------------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `heartbeat_ct` calls a custom destructor
[INFO] [stdout]      |         `heartbeat_ct` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1299 |     if let Err(e) = heartbeat_task.await {
[INFO] [stdout]      |                                    ^^^^^
[INFO] [stdout]      |                                    |
[INFO] [stdout]      |                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1302 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/task/join.rs:351:1
[INFO] [stdout]      |
[INFO] [stdout]  351 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `db` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `subscriptions` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `heartbeat_tx` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `heartbeat_ct` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.16/src/sync/cancellation_token.rs:125:1
[INFO] [stdout]      |
[INFO] [stdout]  125 | impl Drop for CancellationToken {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> server/src/drivers/files.rs:161:15
[INFO] [stdout]     |
[INFO] [stdout] 161 |         match rx.recv() {
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 162 |             Ok(WriteFilesMessage::Write(message)) => {
[INFO] [stdout]     |                                         -------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         `message` calls a custom destructor
[INFO] [stdout]     |                                         `message` will be dropped later as of Edition 2024
[INFO] [stdout] 163 |                 let result = handle_message(&mut file_handles, &message);
[INFO] [stdout] 164 |                 if let Err(e) = message.resp.send(result) {
[INFO] [stdout]     |                            -
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `e` calls a custom destructor
[INFO] [stdout]     |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 188 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `message` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating server/src/main.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 35s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.25.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check: common v0.3.0 (/opt/rustwide/workdir/common) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: server v0.3.0 (/opt/rustwide/workdir/server) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: cli v0.3.0 (/opt/rustwide/workdir/cli) updating edition from 2021 to 2024
[INFO] [stderr]     Checking common v0.3.0 (/opt/rustwide/workdir/common)
[INFO] [stderr]     Checking server v0.3.0 (/opt/rustwide/workdir/server)
[INFO] [stderr]     Checking cli v0.3.0 (/opt/rustwide/workdir/cli)
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> server/src/lib.rs:1220:9
[INFO] [stdout]      |
[INFO] [stdout] 1220 | /         unsafe { env::set_var(
[INFO] [stdout] 1221 | |             "KRB5_KTNAME",
[INFO] [stdout] 1222 | |             settings
[INFO] [stdout] 1223 | |                 .server()
[INFO] [stdout] 1224 | |                 .keytab()
[INFO] [stdout] 1225 | |                 .expect("Kerberos authentication requires the server.keytab setting to be set"),
[INFO] [stdout] 1226 | |         ) };
[INFO] [stdout]      | |___________^
[INFO] [stdout]      |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]     --> server/src/lib.rs:2:9
[INFO] [stdout]      |
[INFO] [stdout]    2 | #![deny(unsafe_code)]
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> server/src/lib.rs:1220:9
[INFO] [stdout]      |
[INFO] [stdout] 1220 | /         unsafe { env::set_var(
[INFO] [stdout] 1221 | |             "KRB5_KTNAME",
[INFO] [stdout] 1222 | |             settings
[INFO] [stdout] 1223 | |                 .server()
[INFO] [stdout] 1224 | |                 .keytab()
[INFO] [stdout] 1225 | |                 .expect("Kerberos authentication requires the server.keytab setting to be set"),
[INFO] [stdout] 1226 | |         ) };
[INFO] [stdout]      | |___________^
[INFO] [stdout]      |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]     --> server/src/lib.rs:2:9
[INFO] [stdout]      |
[INFO] [stdout]    2 | #![deny(unsafe_code)]
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> cli/src/main.rs:352:9
[INFO] [stdout]     |
[INFO] [stdout] 352 | /         unsafe { env::set_var(
[INFO] [stdout] 353 | |             "OPENWEC_LOG",
[INFO] [stdout] 354 | |             match matches.get_count("verbosity") {
[INFO] [stdout] 355 | |                 0 => "warn",
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | |             },
[INFO] [stdout] 360 | |         ) };
[INFO] [stdout]     | |___________^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> cli/src/main.rs:1:9
[INFO] [stdout]     |
[INFO] [stdout]   1 | #![deny(unsafe_code)]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> cli/src/main.rs:352:9
[INFO] [stdout]     |
[INFO] [stdout] 352 | /         unsafe { env::set_var(
[INFO] [stdout] 353 | |             "OPENWEC_LOG",
[INFO] [stdout] 354 | |             match matches.get_count("verbosity") {
[INFO] [stdout] 355 | |                 0 => "warn",
[INFO] [stdout] ...   |
[INFO] [stdout] 359 | |             },
[INFO] [stdout] 360 | |         ) };
[INFO] [stdout]     | |___________^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> cli/src/main.rs:1:9
[INFO] [stdout]     |
[INFO] [stdout]   1 | #![deny(unsafe_code)]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cli` (bin "openwec" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `cli` (bin "openwec") due to 1 previous error
[INFO] [stderr] error: could not compile `server` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `server` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "d349199fe52f7a4526cb8670d24baf6de39c7fa92fe90dfa655293925b026bac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d349199fe52f7a4526cb8670d24baf6de39c7fa92fe90dfa655293925b026bac", kill_on_drop: false }`
[INFO] [stdout] d349199fe52f7a4526cb8670d24baf6de39c7fa92fe90dfa655293925b026bac
